runtime.mspan.init (method)

3 uses

	runtime (current package)
		arena.go#L1023: 				s.init(uintptr(v)+i, userArenaChunkPages)
		mheap.go#L1393: 	s.init(base, npages)
		mheap.go#L1707: func (span *mspan) init(base uintptr, npages uintptr) {